home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 26 (Anniversary Edition)
/
Volume 26 [Anniversary Edition] - JOGO DISK .iso
/
Puzzle
/
animal_1.swf
/
scripts
/
frame_79
/
DoAction.as
Wrap
Text File
|
2006-05-29
|
320b
|
23 lines
var i = 1;
while(20 >= i)
{
this["nam" + i] = "";
this["pot" + i] = "";
i++;
}
var i = 1;
while(20 >= i)
{
this["nam" + i] = pos["nam" + i];
this["pot" + i] = pos["pot" + i];
i++;
}
if(pos.pot20 == null || pos.pot20 < score)
{
reg._Visible = 1;
}
else
{
reg._Visible = 0;
}